home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / discover.conf < prev    next >
Encoding:
Text File  |  2007-03-27  |  646 b   |  24 lines

  1. # /etc/discover.conf: hardware detection settings
  2.  
  3. # Default settings:
  4. #
  5. # Enable the PCI, USB, IDE, and SCSI bus scans:
  6. enable pci,usb,ide,scsi
  7. # Enable the PCMCIA scan too:
  8. enable pcmcia
  9. # The ISA bus scan causes problems on some machines, and is slow,
  10. # so we might not want to scan these devices:
  11. enable isa
  12. #disable isa
  13. # The parallel and serial scans cause problems on some machines too:
  14. disable parallel,serial
  15.  
  16. # Scan for the following types of hardware at boot time:
  17. #boot bridge,cdrom,disk,ethernet,ide,scsi,sound,usb,video
  18. boot all
  19.  
  20. # Don't load the i810-tco and i8xx-tco module by default:
  21. skip i810-tco
  22. skip i8xx-tco
  23. skip i810_audio
  24.